/*统一浏览器样式*****************************************/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/*重用样式**************************************************************************************/
html{
    font-size: 12px!important;
}
body {
    margin: 0;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: SimHei,Microsoft YaHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    min-width: 1024px;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
    color: #fff;
}
p{
    margin: 0;
}
a:hover{
    text-decoration: none;
}
ul>li{
    list-style: none;
}
ol, ul {
    margin: 0;
    padding: 0;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside,article,footer,.PaginationTitleBox,.PaginationTitleBox,.HeaderNav{
    position: relative;
}
/*垂直居中vetically*/
.Vetically{
    position: absolute;
    left: 50%;
    top: 50%;
}
.AllWidth{
    width: 100%;
}
/*PaginationTitle*/
.PaginationTitleBox img:nth-child(1){
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
}
.PaginationTitleBox img:nth-child(2){
    width: 70rem;
    height: 8rem;
    margin-left: -35rem;
    margin-top: -4rem;
}
.PaginationTitleBox{
    height: 16rem;
}
.PaginationTitle{
    /*border: 1px solid;*/
    width: 40rem;
    height: 16rem;
    margin: 0 auto;
}
.PaginationContent{
    overflow: hidden;
}
/*aside*************/
.PaginationContent>aside,.PaginationContent>article{
    float: left;
    min-height: 50rem;
}
/*@media (max-width: 1100px) {*/
    /*article{*/
        /*width:80%;*/
    /*}*/
/*}*/
aside{
    width: 20%;
    margin-right: 5rem;
}
@media (max-width: 1100px) {
    aside{
        width: 15%;
        margin-right: 2rem;
    }
}
.AsideNavBox{
    position: absolute;
    right: 0;
    top: 0;
}
.AsideNavBox>ul>li{
    z-index: 3;
    min-width: 12rem;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid red;
    color: white;
    font-size: 2rem;
    padding: 0.2rem 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    cursor: pointer;
}
.AsideNavBox>ul>li>.Dashed{
    position: absolute;
    border-left: 1px dashed #fff;
    width: 1px;
    height: 1.4rem;
    left: 50%;
    top: 105%;
}
.AsideNavBox>ul>li:hover{
    border: 1px solid transparent;
    background: url("../images/白色边半椭圆框_11.png")no-repeat;
    background-size: 100% 100%;
}
.BackGround{
    border: 1px solid transparent!important;
    background: url("../images/白色边半椭圆框_11.png")no-repeat;
    background-size: 100% 100%;
}
article{
    width: 70%;
    /*border: 1px solid;*/
}
/*Header导航**********************/
header{
    z-index: 100;
    position:fixed;
    /*height: 135px;*/
    display:block;
    width: 100%;
    text-align:center;
    color: #f2f2f2;
    background: #2d8fcc;
    top:0px;
    /*font-size: 12px;*/
    letter-spacing: 1px;
}
/*headerTop**********************/
.headerTop{
    background-color: #fff;
    color:#000;
}
.LogoRow{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
}
.LogoBox,.LogoPicBox,.LogoBox>div,.PhonePicBox,.PhoneNumBox{
    float: left;
}
.LogoBox{
    letter-spacing: 0;
}
.LogoBox>div>h1{
    font: 24px Arial,"宋体";
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 30px;
}
.LogoBox>div:nth-child(2) {
    padding-left: 10px;
}
.LogoBox>div>h2 {
    font:14px Arial;
    font-weight: bold;
}
.PhoneBox{
    float: right;
    margin-top: 20px;
}
.PhonePicBox>img{
    padding: 6px 0;
}
.PhoneNumBox>p{
    font-size: 16px;
    padding: 15px 0;
}
/*HeaderNav**********************************/
.HeaderNav{
    border-bottom: 4px solid #000;
}
.HeaderNavUL{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
@media(min-width: 480px) and (max-width: 1023px){
    .HeaderNavUL,.LogoRow{
        width: 1024px;
    }
}

.Nav{
    /*overflow: hidden;*/
}
.Nav li{
    line-height: 3rem;
    padding: 0 0.5rem;
    list-style: none;
    float: left;
    margin-right: 4%;
}

@media (max-width: 1400px) {
    .Nav li {
        margin-right: 1.5rem
    }
}
.Nav>li>a{
    /*padding: 0.6rem 0rem;*/
    font-size: 14px;
}
.Nav>li>a>span{
    margin:-18px 0 0 0;
    font-size: 12px;
    display: block;
}
.Nav>li:hover{
    background-color: #f3f3f3;
}
.Nav>li:hover>a{
    color: #00a1cb;
}
/*.BorderBottom{*/
    /*border-bottom: 0.2rem solid #0f0f0f;*/
/*}*/
.SelectedPage{
    background-color: rgba(0, 73, 203, 0.7);
}
/*二级菜单***********/
.Nav>li{
    width: 82px;
    position: relative;
}
.Nav>li:hover>.SecondLevelMenu{
    /*display: block;*/
    visibility: visible;
    height: 200px;
}
/*.Nav>li:hover .SecondLevelMenu>li>img{*/
    /*display: block;*/
/*}*/
.SecondLevelMenu>li{
    cursor: pointer;
}
/*.SecondLevelMenu li:hover{*/
    /*background: url("../images/导航栏边框_03.png")no-repeat 0 1rem;*/
    /*background-size: contain;*/
/*}*/
.SecondLevelMenu{
    height: 0;
    z-index: 999;
    /*display: none;*/
    visibility: hidden;
    transition: all 1s;
    /*width: 80rem;*/
    /*overflow: hidden;*/
    position: absolute;
    left: 0;
    background: rgba(0,161,203,0.8);
    overflow: hidden;
    width: 100%;
}
.SecondLevelMenu>li{
    float: left;
    width: 100%;
    margin: 0;
    font-size: 1em;
}
.SecondLevelMenu>li:hover{
    background: #fff;
}
.SecondLevelMenu>li:hover>a{
    color: #00A1CB;
}
.SecondLevelMenu>li>a{
    display: block;
}
/*.SecondLevelMenu img{*/
    /*width: 1.1rem;*/
    /*position: absolute;*/
    /*top: -0.7rem;*/
    /*display: none;*/
    /*margin-left: 3rem;*/
/*}*/
/*TopPage*************************/
header+section{
    margin-top: 130px!important;
    background-size:cover;
    /*min-height: 75rem;*/
}
.Banner+section{
    margin-top: 40px;
    /*background-size:cover;*/
    /*min-height: 75rem;*/
}
/*#Founder,#Brands,#ChinaXueji,#ClassicFlagship,#NewsSection,#TeamShow{*/
    /*background-size:cover;*/
    /*min-height: 75rem;*/
/*}*/
/*Footer*************************/
footer{
    margin-top: -4.5rem;
    height: 4.5rem;
    background: rgba(0,0,0,0.5);
    min-width: 1024px;
}
.MarginBottomFixed{
    padding-bottom: 4.5rem;
}
.FooterBox{
    max-width: 60rem;
    margin: 0 auto;
    /*display: table;*/
}
.FooterBox:after{
    content: "";
}
.FooterBox>*{
    float: left;
}
.FooterBox>p{
    color: #fff;
    line-height: 4.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    /* left: auto; */
    bottom: 0;
    min-width: 670px;
    /* margin: 0 auto; */
    width: 100%;
    text-align:center;
    left:0;
}
.logo a{
    text-decoration: none;
    font-size: 3rem;
    display: block;
    color: #fff;
    line-height: 4.5rem;
    font-weight: bold;
}
.FoldIcon{
    opacity: .7;
    text-align: center;
    background-size: 100% 100%;
    background-image: url("../images/yuan.png");
    position: absolute;
    left: 50%;
    top: -1rem;
    width: 3rem;
    height: 1rem;
}
.FoldIcon img{
    width: 60%;
    cursor: pointer;
}
.HotLine>p {
    font-size: 15px;
    margin-bottom: 10px;
}
/*ScrollBarStyle*******************/
.CustomScrollBar{
    overflow-y:auto;
    overflow-x: hidden;
/*IE颜色*/
    scrollbar-track-color: #cdcdcd;
    scrollbar-face-color:#d71619;
    scrollbar-arrow-color:transparent;
}
/*Chrome样式*/
.CustomScrollBar::-webkit-scrollbar {
    width:10px;
    height:10px;
}
.CustomScrollBar::-webkit-scrollbar-button    {
    display: none;
}
.CustomScrollBar::-webkit-scrollbar-track-piece {
    background-color: rgba(255,255,255,.8);
}
.CustomScrollBar::-webkit-scrollbar-thumb{
    background:#d71619;
}
.CustomScrollBar::-webkit-scrollbar-corner {
    display: none;
}
.CustomScrollBar::-webkit-scrollbar-resizer  {
    display: none;
}
/*firefox样式*/
.AsideNavBox{
    cursor: url("../lib/bootstrap-master/docs/favicon.ico") auto;
}
/*Fold*************/
/*.FoldContactWay{*/
    /*color: #fff;*/
    /*background: rgba(0,0,0,.5);*/
    /*top: -19rem;*/
    /*position: relative;*/
     /*display: none;*/
/*}*/
.FoldContactWay{
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,.5);
    top: -174px;
    position: absolute;
    display: none;
    width: 100%;
}
.FoldContactWay1{
    z-index: 999;
    color: #fff;
    top: 2px;
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
}
.FoldContactWayBox{
    width: 85rem;
    overflow: hidden;
    margin: 0 auto;
}
.BlendBox{
    float: left;
    padding: .5rem 4rem 0 1.5rem;
    margin: 1rem 0;
    border-right: 1px #fff dashed;
}
.BlendBox>div:nth-child(1)>img{
    width: 12rem;
}
.BlendBox>div:nth-child(2)>p{
    padding: .5rem;
}
.BlendBox>div:nth-child(2)>div{
    padding: 3rem 0 0 0;
    text-align: center;
}
.BlendBox>div{
    float: left;
}
.HotLine{
    width: 33%;
    float: left;
    padding: 1.5rem 4rem 0 1.5rem;
}
.HotLine>div{
    float: left;
}
.HotLine>div:nth-child(1)>img{
    padding: 3.8rem 0;
}
.HotLine>div:nth-child(2)>p{
    padding: .5rem 1rem .5rem 1rem;
}
.HotLine>div:nth-child(2)>p:nth-child(2){
    font-size: 3rem;
}
.PaginationBox{
    text-align: right;
    padding-right: 10%;
}
/*gallary******************/
.gallery{
    min-height: 336px;
}
.gallery>li{
    float: left;
    border: 4px solid #fff;
    box-shadow: 3px 3px 5px #888888;
    margin: 5px;
    position: relative;
    overflow: hidden;
}
.gallery>li>p{
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    transition: all 1s;
    opacity: 0;
    text-align: center;
}
.gallery>li>img{
    width:390px;
    height: 320px;
    transition: all 1s;
    opacity: 1;
}
.gallery>li:hover>p{
    top:50%;
    opacity: 1;
}
.gallery>li:hover>img{
    opacity: .5;
}
.marquee{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}
marquee{
}
marquee>a{
    display: inline-block;
    width: 250px;
    height: 150px;
    /*padding: 10px 0 0 10px;*/
    margin-left: 25px;
    position: relative;
    color: #000;
    font-size: 25px;
    text-shadow: 2px 2px 5px #aaa;
    text-align: center;
}
marquee>a:hover{
    color: #00a1cb;
}
marquee>a>img{
    width: 250px;
    height: 150px;
    z-index: 1;
    display: block;
}

.CaseDetail>p{
    width: 80%;
    margin: 0 auto;
}
.ReturnArrow{
    float: right;
    cursor: pointer;
    color: #000;
}
.ReturnArrow:hover{
    color: #00a1cb;
}
.ReturnArrow>img{
    vertical-align: baseline;
}
.BannerTitle>h2{
    margin: 0 auto;
    padding: 20% 20% 2% 0;
    font-size: 1.5em;
    text-align: right;
    text-align: end;
    color: #fff;
    text-shadow: 2px 2px 5px #aaa;
    /* width: 200px; */
}
.BannerTitle>p{
    margin: 0 auto;
    font-size: 1.1em;
    color:#7bbcfe;
    text-align: right;
    text-align: end;
    padding: 0% 20% 0% 0;
    text-shadow: 2px 2px 5px #7bbcfe;
}
.ArticleData {
    text-align: right;
    padding: 10px 20px 10px 0;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
}

.ReportDate:hover>p{
    color: #00a1cb;
}